projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
224f6ec
)
Forgot to remove stray g_print()
author
Alexander Larsson
<alexl@src.gnome.org>
Tue, 7 Nov 2000 14:26:31 +0000
(14:26 +0000)
committer
Alexander Larsson
<alexl@src.gnome.org>
Tue, 7 Nov 2000 14:26:31 +0000
(14:26 +0000)
gdk/linux-fb/gdkinput-ps2.c
patch
|
blob
|
history
diff --git
a/gdk/linux-fb/gdkinput-ps2.c
b/gdk/linux-fb/gdkinput-ps2.c
index 63a850cf092bd519fe22953fb1a111029eee2ac9..70604045b6a9436a21ce79a82f00a6b8becca751 100644
(file)
--- a/
gdk/linux-fb/gdkinput-ps2.c
+++ b/
gdk/linux-fb/gdkinput-ps2.c
@@
-525,8
+525,6
@@
handle_mouse_input(MouseDevice *mouse, gboolean got_motion)
GdkWindow *win;
guint state;
- g_print("mous pos: %f, %f\n", mouse->x, mouse->y);
-
if(_gdk_fb_pointer_grab_confine)
mousewin = _gdk_fb_pointer_grab_confine;
else